home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / kernel / stfnt.c.D < prev    next >
Text File  |  1990-07-25  |  808b  |  39 lines

  1. *** /tmp/,RCSt1022329    Wed Jul 25 13:56:04 1990
  2. --- stfnt.c    Mon Jul 23 10:52:25 1990
  3. ***************
  4. *** 1,2 ****
  5. ! #ifdef ATARI_ST
  6.   /*
  7. --- 1,2 ----
  8. ! #if (CHIP == M68000)
  9.   /*
  10. ***************
  11. *** 18,22 ****
  12.    */
  13. ! #include "../h/const.h"
  14.   
  15. ! PUBLIC char font16[] = {
  16.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  17. --- 18,22 ----
  18.    */
  19. ! #include "kernel.h"
  20.   
  21. ! PUBLIC unsigned char font16[] = {
  22.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  23. ***************
  24. *** 151,153 ****
  25.   
  26. ! PUBLIC char font8[] = {
  27.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  28. --- 151,153 ----
  29.   
  30. ! PUBLIC unsigned char font8[] = {
  31.   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  32. ***************
  33. *** 281,282 ****
  34.   };
  35. ! #endif ATARI_ST
  36. --- 281,282 ----
  37.   };
  38. ! #endif
  39.